#include #include using namespace std; void main() { //Open query.dat //Read one id at a time from query.dat until you get to the end of file //find and display the students name //write id //write schedule header //write courses //close query file }